home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / gfx / conv / metaview.rea < prev    next >
Text File  |  1997-03-02  |  13KB  |  375 lines

  1. Short:    Best meta- and vectorgfxconvert: AMF,WMF,DXF,DR2D,WPG,XFIG to other
  2. Author:   subvcbhd@linux.zrz.tu-berlin.de
  3. Uploader: subvcbhd@linux.zrz.tu-berlin.de
  4. Type:     gfx/conv
  5.  
  6.  
  7. MetaView 2.0
  8.  
  9.  
  10. REQUIREMENT:  - any Amiga
  11.               - OS 2.x (only tested with 3.0)
  12.               - 1 MB RAM or better
  13.  
  14.  
  15. INSTALLATION:
  16.   - doubleclick the install-icon.
  17. or
  18.   - copy the libs/amigametaformat.library to libs:
  19.   - create the drawer libs:AMF/
  20.   - copy all files from libs/AMF/ to libs:AMF/
  21. or
  22.   - doubleclick the test-icon
  23.  
  24.  
  25. WHAT IS IT?
  26.   Programm to view and convert
  27.   * WMF files (also embeded in Windows(tm) CLP files)
  28.   * AMF files
  29.   * DXF files
  30.   * DR2D files
  31.   * XFIG files (version 3.0 or 3.1)
  32.   * WPG files (version 1.0)
  33. to
  34.   * ILBM
  35.   * AMF
  36.   * CGM
  37.   * GEM
  38.   * DR2D
  39.   * HPGL
  40.   * EPS
  41.  
  42.   There is also a menu item for open CDR-files, this is only for testing and
  43.   can extract the preview picture. 'preview.bmp' can be found in 't:' dir.
  44.  
  45.  
  46. SHAREWARE:
  47.   This MetaView are shareware. If you use this programm regulary you must pay
  48.   30,- DM (20 $) to me. After this you get the newest version from MetaView
  49.   and the keyfile. Without the keyfile you can`t save your pictures about
  50.   ARexx.
  51.   For bank account and my address, please look at the end of file.
  52.   The executable are freely distributable, only the keyfile "keyfile.metaview"
  53.   are not freely distributable.
  54.   To get the newer versions from MetaView, bugfixes etc. please look at
  55.   "Aminet:gfx/conv/" or you send me a empty disk and a franked and filled
  56.   return envelop.
  57.  
  58.  
  59. BUGS:
  60.   - Not all WMF-codes are supported, but the most WMF-files should work.
  61.   - In this version MetaView can`t display and convert any included BitMaps!!!
  62.   - If you find a bug on startup and own Kick 3.1, please install the new
  63.     SetPatch 43.5 and try again.
  64.   - If you find any other bug please feel free to send me a mail with the
  65.     following dates:
  66.     - your configuration
  67.     - in which cases the bug appears
  68.     - if there only appears on some gfx files, then please send me also the
  69.       gfx files
  70.  
  71.   I TAKE NO WARRANTLY FOR ANY DAMAGES ON YOUR SYSTEM!
  72.  
  73.  
  74. START:
  75.   This programm is startable from Workbench or CLI.
  76.   For start from Workbench just doubleclick the icon.
  77.   For start from CLI just type in the consolewindow 'MetaView'. You can
  78.   give some options:
  79.  
  80.   - LOADNAME    the gfx-file to view
  81.  
  82.   - SAVENAME    the gfx-file to save, for converting, if you have give a
  83.                 SAVENAME, then the program will not open the window to show
  84.                 the gfx-file.
  85.  
  86.   - LOAD/K      force to load the gfx-file as AMF,WMF,CDR,DR2D,WPG,CLP, if
  87.                 you dont use this option, the program look for the filetype
  88.                 alone.
  89.  
  90.   - SAVE/K      save the gfx-file as AMF,EPS,CGM,GEM,WW,ILBM,AMF2 or PRT
  91.                 AMF  - AmigaMetaFileFormat
  92.                 EPS  - Encapsulated PostScript
  93.                 CGM  - Computer Graphics Metafile
  94.                 GEM  - GEM Metafile
  95.                 WW   - WordWorth-ARexx-script
  96.                 ILBM - Interleaved Bitmap
  97.                 AMF2 - AMF with previewpicture (* not yet *)
  98.                 PRT  - Printer
  99.                 DR2D - Drawing 2D
  100.                 HPGL - HP Graphics Language
  101.                 CLIP - copy to ClipBoard unit 0
  102.     if you dont use this option, then you get AMF-files
  103.  
  104.   - WIDTH/K/N   for ILBM, CLIP and PRT the WIDTH of output (ILBM - pixels,
  105.                 PRT - mm)
  106.  
  107.   - HEIGHT/K/N  for ILBM, CLIP and PRT the HEIGHT
  108.  
  109.   - XOFF/K/N    for PRINTER the x-position in mm
  110.  
  111.   - YOFF/K/N    for PRINTER the y-position in mm
  112.  
  113.   - DEPTH/K/N   Depth for ILBM, CLIP and PRT output
  114.   
  115.   - ERRORS/S    writeout debug informations, make a big decrease of the speed
  116.                 of fileparsing
  117.  
  118.   - NOPROP/S    no preserve picture-aspect
  119.  
  120.   - TRANSPARENT/S no drawing in background and set color 0 as transparent for
  121.                 ILBM and CLIP output
  122.   
  123.   - NODISPLAY/S MetaView will not open a screen but only create a ARexxPort
  124.                 for background operations
  125.  
  126.   the default options are:
  127.     SAVE   = AMF
  128.     WIDTH  = 640 (ILBM,CLIP) or 50 (PRT)
  129.     HEIGHT = 400 (ILBM,CLIP) or 50 (PRT)
  130.     XOFF   = 0
  131.     YOFF   = 0
  132.     DEPTH  = 4
  133.  
  134.  
  135. AREXX:
  136.   MetaView opens a ARexxPort based on the name "METAVIEW" a point "." and a
  137.   number starting at 0. So if you start MetaView once the ARexxPort name are
  138.   "METAVIEW.0".
  139.   Commands:
  140.   - LOAD             load a gfx-file
  141.       LOADNAME/A       name of gfx-file
  142.       AS/K             force to load gfx-file as AMF,WMF,...
  143.   - SAVE             save a gfx-file
  144.       SAVENAME/A       name of gfx-file
  145.       AS/K             save the gfx-file as AMF,EPS,GEM,CGM,HPGL,DR2D,WW,ILBM
  146.       WIDTH/K/N        pixel width for ILBM output
  147.       HEIGHT/K/N       pixel height for ILBM output
  148.       DEPTH/K/N        depth for ILBM output
  149.   - PRINT            print a gfx-file
  150.       XOFF/K/N         left offset in mm
  151.       YOFF/K/N         right offset in mm
  152.       WIDTH/K/N        width in mm
  153.       HEIGHT/K/N       height in mm
  154.       DEPTH/K/N        depth of printing
  155.   - COPY             copy a gfx-file to clipboard (unit 0)
  156.       WIDTH/K/N        pixel width
  157.       HEIGHT/K/N       pixel height
  158.       DEPTH/K/N        depth
  159.   - SET              set some attributes
  160.       PROP/S           preserve picture-aspect
  161.       NOPROP/S         no preserve picture-aspect
  162.       TRANSPARENT/S    background transparent
  163.       NOTRANSPARENT/S  no transparent
  164.   - REQUESTFILE      ask for a filename (in "result")
  165.       PATH             initial filepath and -name
  166.       TITLE/K          title of requester
  167.       OK/K             string for ok-button
  168.       PATTERN/K        string for pattern
  169.   - REQUESTCHOICE    ask for options    (in "rc")
  170.       TITLE/K          title of requester
  171.       BODY/K           string for question
  172.       BUTTONS/K        string for buttons (seperate with "|")
  173.   - REQUEST          inform the user
  174.       BODY/F           information string
  175.   - QUIT             quit MetaView
  176.  
  177.  
  178. MENU:
  179.   - Project
  180.       - Open
  181.       - Open as
  182.           - AMF
  183.           - WMF
  184.           - CLP
  185.           - DR2D
  186.           - WPG
  187.           - DXF
  188.           - FIG
  189.           - CDR
  190.       - Save as
  191.           - AMF
  192.           - AMF+PIC  /* not yet */
  193.           - ILBM
  194.           - EPS
  195.           - GEM
  196.           - CGM
  197.           - DR2D
  198.           - HPGL
  199.           - WW
  200.       - Print
  201.       - About
  202.       - Quit
  203.   - Other
  204.       - Logo         - draw the start picture again
  205.       - Info         - show some picture infos (type, size, version)
  206.       - Copy         - copy to clipboard (unit 0)
  207.   - Settings
  208.       - Aspect       - preserve picture aspect (proportions) or not
  209.       - Transparent  - draw to background or not (importend for ILBM brush)
  210.       - Change...    - change screentype, -mode, -depth and defaultfonts
  211.  
  212.  
  213. REQUESTERS:
  214.   - Print
  215.       - you can set the print dimension either by numbers (mm) or by drawing
  216.         a rectangle with the mouse (press leftmousebutton and drag)
  217.       - you can set the depth of printing (from black and white to 256 colors)
  218.       - you can suppress the paper ejecting
  219.       - you can switch on a frame outside of picture
  220.   - Save ILBM
  221.       - you can set the picture dimension and the depth
  222.   - Change Settings...
  223.       - you can set either custom- or publicscreen
  224.       - change the name of publicscreen
  225.       - change the screenmode and -depth
  226.       - set the defaultfonts (for serif, sans serif, deco, typewriter, script)
  227.   - Substitute FONT
  228.       - substitute the not existing font either with
  229.         defaultfonts (serif, sans serif, ...) or a special font, selected now
  230.       - press "USE" for using now or "INCLUDE" for including by save as other
  231.         formats
  232.  
  233.  
  234. HISTORY:
  235.   Version 2.0
  236.     NEW:
  237.       - change from pd to shareware
  238.       - support Screenmode and PublicScreens
  239.       - support transparent
  240.       - many new Importformats
  241.       - HPGL- and DR2D-export
  242.     FIXED:
  243.       - fixed bug in ILBM-export when width not a multiple from 16
  244.         (thanx to MagicBox Inc.)
  245.       - the long terrible bug, i hope, was not my fault, but an error on
  246.         'mathieeesingbas.library' from Kick 3.1
  247.       - fixed bug in ILBM-export for Kick 2.0
  248.   Version 1.4
  249.     NEW:
  250.       - preserve picture-aspect
  251.         thanks to Geoffrey A. Gass
  252.       - enhanced ILBM-export
  253.       - enhanced printing, also from CLI
  254.     FIXED:
  255.       - Installer-Bug,
  256.         thanks to Geoffrey A. Gass
  257.     CHANGES in 'amigametaformat.library'
  258.       - please look at 'amigametaformat.readme'
  259.   Version 1.3
  260.     NEW:
  261.       - CLI-Arguments
  262.       - batchmode to convert many Cliparts (with s:dpat)
  263.       - automatic gfxtype recognite
  264.     FIXED:
  265.       - Bug with ASL-Requester (mixing file- and pathname),
  266.         thanks to Andreas Kleinert
  267.       - No more 'unexpect End of File' if loading correct WMF,
  268.         thanks to Harry W. Turner II and Geoffrey A. Gass
  269.       - Better colors in WMF-files
  270.     CHANGES in 'amigametaformat.library'
  271.       - please look at 'amigametaformat.readme'
  272.   Version 1.2
  273.     Second public release, first within the AMF-Library.lha.
  274.     NEW:
  275.       - WMF-import
  276.     CHANGES in 'amigametaformat.libary'
  277.       - fix some bugs in CGM-driver with AMF_POLYGON and AMF_FILL_POLY
  278.  
  279.  
  280. Author:
  281.   Henk Jonas
  282.   Zionskirchstrasse 28
  283.   10119 Berlin
  284.   Germany
  285.  
  286.   email: subvcbhd@linux.zrz.tu-berlin.de
  287.   tel.:  +49 (0)30 4492199
  288.  
  289.   WWW: http://www.cs.tu-berlin.de/~jonash
  290.  
  291.   bank account:
  292.   Name:               Henk Jonas
  293.   Name of bank:       Berliner Sparkasse (Berlin, Germany)
  294.   Number of bank:     100 500 00
  295.   Number of account:  1744 037 104
  296.  
  297.   Please fill out the following form and send it to me:
  298.  
  299.   ---------------- cut here --------------------------
  300.  
  301.   Name:      _________________________________________
  302.  
  303.   Address:   _________________________________________
  304.  
  305.              _________________________________________
  306.  
  307.   Hometown:  _________________________________________
  308.  
  309.   Country:   _________________________________________
  310.  
  311.   EMail:     _________________________________________
  312.  
  313.   Payment:   o Banktransfer (prefered)
  314.              o Money (on your own risk!)
  315.              o Check (payable to me)
  316.  
  317.   Comment:   _________________________________________
  318.  
  319.              _________________________________________
  320.  
  321.   ---------------- cut here --------------------------
  322.  
  323. Thanks:
  324.   - to all peoples, that support the AMIGA
  325.   - to all peoples, that understand my bad english ;-)
  326.   - to my girlfriend and my rat ;-)
  327.   - to all peoples that mail or write me
  328.  
  329.  
  330. ============================= Archive contents =============================
  331.  
  332. Original  Packed Ratio    Date     Time    Name
  333. -------- ------- ----- --------- --------  -------------
  334.     1446     638 55.8% 10-Feb-97 02:21:26  MetaView.info
  335.     1149     551 52.0% 10-Feb-97 02:21:52 +ARexx-Examples.info
  336.       49      49  0.0% 10-Feb-97 02:20:24 +ARexx.Examples.readme
  337.      349     219 37.2% 16-Apr-96 21:13:10 +Click me for testing!
  338.      414     156 62.3% 10-Feb-97 02:21:26 +Click me for testing!.info
  339.     1149     547 52.3% 10-Feb-97 02:21:46 +Examples.info
  340.    51636   30297 41.3% 10-Feb-97 02:20:22 +example1.dr2d
  341.      673     316 53.0% 10-Feb-97 02:21:46 +example1.dr2d.info
  342.     3536    1037 70.6% 10-Feb-97 02:20:22 +example2.amf
  343.      673     296 56.0% 10-Feb-97 02:21:44 +example2.amf.info
  344.     2736     907 66.8% 26-Sep-96 17:49:34 +example3.amf
  345.      673     299 55.5% 10-Feb-97 02:21:44 +example3.amf.info
  346.    62696   13277 78.8% 26-Sep-96 18:22:26 +example4.amf
  347.      673     301 55.2% 10-Feb-97 02:21:44 +example4.amf.info
  348.    11285    2051 81.8% 10-Feb-97 02:20:22 +example5.fig
  349.      673     316 53.0% 10-Feb-97 02:21:44 +example5.fig.info
  350.      346     292 15.6% 29-Nov-96 17:40:58 +Pfeil_links.dr2d
  351.      346     293 15.3% 29-Nov-96 17:39:12 +Pfeil_oben.dr2d
  352.      346     293 15.3% 29-Nov-96 17:39:28 +Pfeil_rechts.dr2d
  353.      346     294 15.0% 29-Nov-96 17:40:30 +Pfeil_unten.dr2d
  354.   291588   68662 76.4% 10-Feb-97 02:20:22 +MetaView
  355.    11136    4219 62.1% 10-Feb-97 02:20:22 +MetaView.guide
  356.      774     336 56.5% 10-Feb-97 02:21:26 +MetaView.guide.info
  357.      664     326 50.9% 10-Feb-97 02:21:26 +MetaView.info
  358.     6614    1485 77.5% 10-Feb-97 02:20:22 +MetaView.install
  359.      703     351 50.0% 10-Feb-97 02:21:26 +MetaView.install.info
  360.    10283    3929 61.7% 10-Feb-97 02:20:20 +MetaView.readme
  361.      769     333 56.6% 10-Feb-97 02:21:26 +MetaView.readme.info
  362.    18732    3145 83.2% 10-Feb-97 02:39:02 +amigametaformat-cgm.driver
  363.    13004    3578 72.4% 10-Feb-97 02:39:04 +amigametaformat-dr2d.driver
  364.    33400    7798 76.6% 10-Feb-97 02:39:02 +amigametaformat-eps.driver
  365.     4648    1924 58.6% 10-Feb-97 02:39:02 +amigametaformat-file.driver
  366.    16220    3023 81.3% 10-Feb-97 02:39:04 +amigametaformat-gem.driver
  367.     5504    2089 62.0% 10-Feb-97 02:39:02 +amigametaformat-hpgl.driver
  368.    24432    6238 74.4% 10-Feb-97 02:39:02 +amigametaformat-region.driver
  369.    24744    6323 74.4% 10-Feb-97 02:39:02 +amigametaformat-window.driver
  370.    10720    3821 64.3% 10-Feb-97 02:39:04 +amigametaformat-ww.driver
  371.     2636    1231 53.3% 10-Feb-97 02:39:00 +amigametaformat.library
  372.     1032     602 41.6% 10-Feb-97 02:20:24 +amigametaformat.readme
  373. -------- ------- ----- --------- --------
  374.   618797  171842 72.2% 11-Feb-97 14:03:40   39 files
  375.